•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r8 vs r9
... ...
44 44
따라서 사내 등 공인망 환경에서는 repo를 사용 가능한 다른 곳으로 설정해야합니다.
45 45
46 46
* YUM 리포지토리 설정 파일 열기
47
{{{[root@testServer ~]# vi /etc/yum.repos.d/CentOS-Base.repo
47
{{{[root@localhost ~]# vi /etc/yum.repos.d/CentOS-Base.repo
48 48
}}}
49 49
*리포지토리 설정 값 수정하기(아래 내용을 복사){{{
50 50
[base]
... ...
76 76
enabled=0
77 77
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
78 78
}}}
79
*변경사항 적용{{{ [root@testServer ~]# yum install epel-release
79
*변경사항 적용{{{ [root@localhost ~]# yum install epel-release
80 80
}}}
81 81
=== hostname 설정 ===
82 82
... ...